@charset "utf-8";
@import url('html5_reset.css');
@import url('layout.css');

/********** skip_nav **********/
.skip_nav {position:relative;z-index:1000;display:block;overflow:hidden;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}

/********** 숨김 **********/
.hide {overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0);}

/********** overflow-hidden **********/
.overflow-hidden {overflow: hidden;}

/********** font-style **********/
.nexon {font-family:'NEXON Lv2';}

/********** color **********/
:root {
	--main-color: #00693a; /* 메인컬러 */
	--main-soft-color: #f2f7f5; /* 메인컬러 */
	--sub-color: #1c5ba5; /* 서브컬러 */
	--purple-color: #664596; /* 서브컬러 */
	--gray-44: #444444;
	--gray-55: #555555;
	--gray-66: #666666;
	--gray-dd: #dddddd;
	--gray-e5: #e5e5e5;
	--gray-e9: #e9e9e9;
	--gray-f5: #f5f5f5;
	--gray-f9: #f9f9f9;
	--gray-f1: #f1f1f1;
}

/* background color */
.bg-main {background-color: var(--main-color); color: #fff;}
.bg-sub {background-color: var(--sub-color); color: #fff;}
.bg-purple {background-color: var(--purple-color); color: #fff;}
.bg-gray-44 {background-color: var(--gray-44); color: #fff;}
.bg-gray-55 {background-color: var(--gray-55); color: #fff;}
.bg-gray-66 {background-color: var(--gray-66); color: #fff;}
.bg-gray-dd {background-color: var(--gray-dd); color: #fff;}
.bg-gray-e5 {background-color: var(--gray-e5); color: #666;}
.bg-gray-e9 {background-color: var(--gray-e9); color: #666;}
.bg-gray-f5 {background-color: var(--gray-f5); color: #666;}
.bg-gray-f9 {background-color: var(--gray-f9); color: #666;}
.bg-white {background-color: #ffffff;}

/* font color */
.fc-main {color: var(--main-color) !important;}
.fc-sub {color: var(--sub-color) !important;}
.fc-purple {color: var(--purple-color) !important;}
.fc-gray-44 {color: var(--gray-44) !important;}
.fc-gray-55 {color: var(--gray-55) !important;}
.fc-gray-66 {color: var(--gray-66) !important;}
.fc-gray-dd {color: var(--gray-dd) !important;}
.fc-gray-e5 {color: var(--gray-e5) !important;}
.fc-gray-e9 {color: var(--gray-e9) !important;}
.fc-gray-f5 {color: var(--gray-f5) !important;}
.fc-gray-f9 {color: var(--gray-f9) !important;}

/* border color */
.bd-main {border: 1px solid var(--main-color);}
.bd-sub {border: 1px solid var(--sub-color);}
.bd-purple {border: 1px solid var(--purple-color);}
.bd-gray-44 {border: 1px solid var(--gray-44);}
.bd-gray-55 {border: 1px solid var(--gray-55);}
.bd-gray-66 {border: 1px solid var(--gray-66);}
.bd-gray-dd {border: 1px solid var(--gray-dd);}
.bd-gray-e5 {border: 1px solid var(--gray-e5);}
.bd-gray-e9 {border: 1px solid var(--gray-e9);}
.bd-gray-f5 {border: 1px solid var(--gray-f5);}
.bd-gray-f9 {border: 1px solid var(--gray-f9);}

/********** popup **********/
.popup-wrap {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.popup-wrap .popup-box1 {position: absolute; top: 50%; left: 50%; min-width: 500px; background: #fff; transform: translate(-50%, -50%);}
.popup-wrap .popup-box1 .pop-close {position: absolute; top: 20px; right: 20px; display: block; width: 16px; height: 15px; font-size: 0; background: url(../img/common/pop-close-btn.png)center center no-repeat;}
.popup-wrap .popup-box1 .pop-con {padding: 30px 50px;}
.popup-box1 .pop-tith {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--main-color);}
.popup-box1 .pop-tith strong {display: block; font-family:'NEXON Lv2'; font-size: 2.0rem; text-align: center;}
.popup-box1 .pop-tith p {display: block; margin-top: 6px; font-size: 1.4rem; color: #666; text-align: center;}
.popup-box1 .text .txt1 {display: block; line-height: 22px; font-size: 1.5rem; text-align: center; color: #555;}
.popup-box1 .pop-btn-box {display: flex;}
.popup-box1 .pop-btn-box .btn {flex: 1; padding: 14px; font-weight: 500; font-size: 1.5rem; text-align: center;}

/********** title **********/
.tith1 {position: relative; display: block; padding-top: 15px; font-family:'NEXON Lv2'; font-size: 2.0rem;}
.tith1:before {content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 6px; background: var(--main-color); border-radius: 100%;;}
.tith1:after {content: ""; position: absolute; top: 0; left: 9px; width: 6px; height: 6px; background: #b8b8b8; border-radius: 100%;;}

.tith2 {display: block; width: 100%; line-height: 39px; margin-top: 20px; font-family:'NEXON Lv2'; font-size: 2.8rem; text-align: center;}
@media only screen and (max-width: 767px) {
	.tith2 {line-height: 34px;}
}

/********** table **********/
.tableA {width: 100%; border-top: 2px solid var(--gray-44);border-collapse: collapse;}
.tableA thead tr {border-bottom: 1px solid var(--gray-e9);}
.tableA thead tr th {padding: 15px 5px; font-weight: 600; font-size: 1.5rem; color: #444; text-align: center; background: var(--gray-f9);}
.tableA tbody tr {border-bottom: 1px solid var(--gray-e5);}
.tableA tbody tr td {padding: 15px 5px; font-size: 1.4rem; color: #555; text-align: center; word-break: keep-all;}

.tableB {width: 100%; border-collapse: collapse;}
.tableB thead tr th {padding: 10px 10px; font-weight: 600; font-size: 1.5rem; background: var(--gray-f9); border: 1px solid var(--gray-e9);}
.tableB tbody tr td {padding: 10px 10px; font-size: 1.4rem; border: 1px solid var(--gray-e9);}
.tableB.txt-center tbody tr td {text-align: center;}

/* 테이블 반응형 */
@media only screen and (max-width: 767px) {
	.tableB.table-responsive2 tbody tr td {padding: 40px 10px 10px 10px; border-bottom: 0;}

	.table-responsive1 {border-top: 1px solid var(--gray-44);}
	.table-responsive1 colgroup,
	.table-responsive1 thead {display: none;}
	.table-responsive1 tbody tr {border-bottom: 1px solid var(--gray-e5);}
	.table-responsive1 tbody tr:nth-child(even) {background: var(--gray-f9);}
	.table-responsive1 tbody td {display: flex; align-items: center; width: 100%; padding: 8px 10px; text-align: left; border: 0; border-bottom: 1px dashed var(--gray-e9);}
	.table-responsive1 tbody td:last-child {border-bottom: 0;}
	.table-responsive1 tbody td:before {content: attr(data-label); flex-shrink: 0; padding: 0 10px 0 5px; width: 70px; font-weight: 600; text-align: left;}

	.table-responsive2 {border-top: 1px solid var(--gray-44);}
	.table-responsive2 colgroup,
	.table-responsive2 thead {display: none;}
	.table-responsive2 tbody tr {border-bottom: 1px solid var(--gray-dd);}
	.table-responsive2 tbody td {position: relative; display: block; width: 100%; padding: 50px 10px 10px 10px; text-align: left; border: 0; border-bottom: 1px dashed var(--gray-e9);}
	.table-responsive2 tbody td:last-child {border-bottom: 0;}
	.table-responsive2 tbody td:before {content: attr(data-label); position: absolute; top: 0; left: 0; width: 100%;padding: 8px 10px; font-weight: 600; background: var(--gray-f5);}

	.table-x-scroll {overflow-x: scroll;}
	.table-x-scroll table {width: 767px;}
}

/********** checkbox & radio **********/
/* inline */
.checkbox-list1 {display: flex; flex-wrap: wrap; margin: 0 -20px -4px 0;}
.checkbox-list1 li {position: relative; margin-right: 20px; margin-bottom: 4px;}
.checkbox-list1 li:last-child {margin-right: 0;}

/* block */
.checkbox-list2 li {display: block; position: relative; margin-bottom: 4px;}
.checkbox-list2 li:last-child {margin-bottom: 0;}

.checkbox-list3 {display: flex; align-items: center; width: 100%;}
.checkbox-list3 li {position: relative; flex: 1;}

input.checkbox-st1 {appearance:none; position: absolute; top: 3px; left: 0; width: 16px; height: 16px; border:none; background:transparent;}
input.checkbox-st1 + label.checkbox-st1 {position: relative; padding-left: 25px; font-size: 1.6rem; color: #444; cursor: pointer;}
input.checkbox-st1 + label.checkbox-st1:before {content: ""; position: absolute; top: 1px; left: 0; width: 16px; height: 16px; border: 1px solid rgba(52,59,66,0.25);}
input.checkbox-st1:checked + label.checkbox-st1 {font-weight: 600;}
input.checkbox-st1:checked + label.checkbox-st1:before {content: ""; position: absolute; top: 1px; left: 0; width: 16px; height: 16px; background: #343b42; border: 1px solid #343b42;}
input.checkbox-st1:checked + label.checkbox-st1:after {content: ""; position:absolute; top:3px; left:6px; width:4px; height:9px; border-right:1px solid #fff; border-bottom:1px solid #fff; border-left:transparent; border-top:transparent; transform:rotate(40deg);}

input.checkbox-st2 {appearance:none; position: absolute; top: 3px; left: 0; width: 16px; height: 16px; border:none; background:transparent;}
input.checkbox-st2 + label.checkbox-st2 {position: relative; padding-left: 22px; font-size: 1.5rem; color: #444; cursor: pointer;}
input.checkbox-st2 + label.checkbox-st2:before {content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 16px; border-radius: 100%; border: 1px solid rgba(52,59,66,0.25);}
input.checkbox-st2:checked + label.checkbox-st2 {font-weight: 600;}
input.checkbox-st2:checked + label.checkbox-st2:before {content: ""; position: absolute; top: 1px; left: 0; width: 16px; height: 16px; background: var(--main-color); border: 1px solid var(--main-color);}
input.checkbox-st2:checked + label.checkbox-st2:after {content: ""; position:absolute; top: 5px; left: 4px; width: 8px; height: 8px; background: #fff; border-radius: 100%;}

input.checkbox-st3 {appearance:none; position: absolute; top: 1px; left: 0; width: 100%; height: 45px; margin: 0; border:none; background:transparent;}
input.checkbox-st3 + label.checkbox-st3 {position: relative; display: block; width: 100%; height: 45px; line-height: 46px; font-size: 1.5rem; color: #444; text-align: center; cursor: pointer;}
input.checkbox-st3 + label.checkbox-st3:before {content: ""; position: absolute; top: 1px; left: 0; width: 100%; height: 45px; border: 1px solid #ccc;}
input.checkbox-st3:checked + label.checkbox-st3 {font-weight: 600; color: #fff;}
input.checkbox-st3:checked + label.checkbox-st3:before {z-index: -1; background: var(--main-color); border-color: var(--main-color);}

/********** list **********/
.list1 > li {position: relative; line-height: 21px; margin-bottom: 5px; padding-left: 8px; font-weight: 500; font-size: 1.5rem; color: #333b35}
.list1 > li:last-child {margin-bottom: 0;}
.list1 > li:before {content: ""; position: absolute; top: 7px; left: 0; width: 3px; height: 3px; background: #333b35; border-radius: 100%;}
.list2 > li {position: relative; padding-left: 9px; margin-bottom: 3px; font-size: 1.4rem; color: #555;}
.list2 > li:last-child {margin-bottom: 0;}
.list2 > li:before {content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 1px; background: var(--gray-66);}

.tx-list1 {position: relative; display: block; padding-left: 11px;}
.tx-list1:before {content: ""; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; background: var(--main-color); border-radius: 100%;}
.tx-list2 {position: relative; display: block; padding-left: 11px;}
.tx-list2:before {content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 1px; background: var(--gray-66);}

/********** text **********/
.link-txt {display: inline-block; font-weight: 500; color: var(--sub-color); border-bottom: 1px solid var(--sub-color);}

/********** tab **********/
.tab-st1 .tab-btn {display: flex; align-items: center; justify-content: center; margin-bottom: 30px;}
.tab-st1 .tab-btn li {flex: 1;}
.tab-st1 .tab-btn li a {display: block; padding: 18px 30px; font-family:'NEXON Lv2'; font-size: 1.6rem; color: #666; background: #f9f9f9; text-align: center;}
.tab-st1 .tab-btn li.active a {font-weight: 500; color: var(--main-color); background: #fff; border: 1px solid var(--main-color); box-shadow: 0 0 5px rgba(54,151,76,0.2);}

@media only screen and (max-width: 767px) {
	.tab-st1 .tab-btn {flex-wrap: wrap;}
	.tab-st1 .tab-btn li {flex: 1 1 50%;}
}

/********** btn **********/
/* 버튼 정렬 */
.btn-lf {display: flex; justify-content: flex-start;}
.btn-ce {display: flex; justify-content: center;}
.btn-ce.full .btn {flex: 1;}
.btn-rg {display: flex; justify-content: flex-end;}

.btn-bace1 {display: inline-block; height: 40px; line-height: 40px; padding: 0 20px; font-family:'Pretendard',sans-serif; font-weight: 600; font-size: 1.7rem; text-align: center; border-radius: 50px;}
.btn-bace2 {display: inline-block; min-width: 50px; height: 40px; line-height: 40px; padding: 0 10px; font-family:'Pretendard',sans-serif; text-align: center;}
.btn-bace3 {display: inline-block; min-width: 120px; height: 42px; line-height: 42px; padding: 0 10px; font-family:'Pretendard',sans-serif; font-weight: 500; font-size: 1.5rem; text-align: center;}
.btn-bace4 {display: inline-block; width: 100%; height: 46px; line-height: 46px; padding: 0 10px; font-family:'Pretendard',sans-serif; font-weight: 700; text-align: center; border-radius: 5px;}

/* 버튼 화살표 */
.btn-arrow {position: relative; display: inline-block; width: 8px; height: 10px; margin-left: 20px;}
.btn-arrow:before {content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 2px; margin-top: -3px; transform: rotate(45deg);}
.btn-arrow:after {content: ""; position: absolute; bottom: 50%; left: 0; width: 6px; height: 2px; margin-bottom: -3px; transform: rotate(-45deg);}
.btn-arrow.wh:before, .btn-arrow.wh:after {background: #fff;} /* White Arrow */
.btn-arrow.main-c:before, .btn-arrow.main-c:after {background: var(--main-color);} /* Main Color Arrow */
.btn-arrow.sub-c:before, .btn-arrow.sub-c:after {background: var(--main-color);} /* Sub Color Arrow */

/* 더보기 버튼 */
.more-btn1 {position: relative; display: block; width: 22px; height: 22px; font-size: 0;}
.more-btn1:before {content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: #333; transform: translateY(-50%);}
.more-btn1:after {content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: #333; transform: translateX(-50%);}
.more-btn1.wh:after, .more-btn1.wh:before {background: #fff;}
@media only screen and (max-width: 767px) {
	.more-btn1 {width: 20px; height: 20px;}
}

/* 슬라이드 버튼 */
.arrow-btn1 {display: block; width: 40px; height: 40px; font-size: 0; border-radius: 100%; box-shadow: 2px 0 6px rgba(0,0,0,0.15);}
.arrow-btn1.prev {background: url(../img/common/arrow-btn-prev1.png)center center no-repeat #fff;}
.arrow-btn1.next {background: url(../img/common/arrow-btn-next1.png)center center no-repeat #fff;}

/* pagination */
.swiper-pagination-bullet-active {background: var(--main-color) !important;}

@media only screen and (max-width: 1023px) {
    .btn-bace1 {height: 35px; line-height: 35px; padding: 0 15px; font-size: 1.5rem;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 560px) {
	.btn-ce a, .btn-ce button {flex: 1;}
}

/********** form **********/
.form-wrap .form-box {background: #fff}
.form-st1 {width: 100%; border-collapse: collapse; border-top: 2px solid var(--gray-44);}
.form-st1 > tbody > tr {border-bottom: 1px solid var(--gray-e5);}
.form-st1 > tbody > tr > th {padding: 5px 20px; font-size: 1.5rem; text-align: left; background: var(--gray-f9); word-break: keep-all;}
.form-st1 > tbody > tr > td {padding: 12px 15px;}
.form-st1 > tbody > tr > td .form-txt {padding: 5px; font-weight: 500; font-size: 1.5rem; color: #555;}
.form-st1 > tbody > tr > td .inp-box1 {display: flex; align-items: center;}
.form-st1 > tbody > tr > td .inp-box1.md {width: 50%;}
.form-st1 > tbody > tr > td .inp-box1.sm {width: 20%;}
.form-st1 > tbody > tr > td .inp-box1 .btn {flex-shrink: 0; width: 120px;}
.form-st1 > tbody > tr > td .inp-box1 .inp-st1 {width: 100%;}

/* 필수 */
.essential {display: inline-block; margin-left: 3px; color: #CB0000;}
.essential-text {display: flex; justify-content: flex-end; font-weight: 500; font-size: 1.4rem;}

@media only screen and (max-width: 1023px) {
	.form-st1 tbody td .inp-box1,
	.form-st1 tbody td .inp-box1.md,
	.form-st1 tbody td .inp-box1.sm {width: 100%;}
}
@media only screen and (max-width: 767px) {
	.form-st1 colgroup col:first-child {width: 140px !important;}
}
@media only screen and (max-width: 580px) {
	.form-st1 colgroup col:first-child,
	.form-st1 colgroup col {width: 100% !important;}
	.form-st1 tbody tr th, .form-st1 tbody tr td {display: block;}
	.form-st1 tbody tr th {padding: 12px;}
	.form-st1 tbody tr td {padding: 12px;}
	.form-st1 tbody tr td .form-txt {padding: 0}
	.form-st1 tbody tr td .inp-box1.inp-btn {flex-wrap: wrap;}
	.form-st1 tbody tr td .inp-box1.inp-btn .inp-st1 {margin: 0 0 5px 0;}
	.form-st1 tbody tr td .inp-box1.inp-btn .btn {width: 100%;}
}

/********** input **********/
.inp-st1 {display: inline-block; height: 45px; line-height: 45px; padding: 0 12px; font-family:'Pretendard',sans-serif; font-size: 1.4rem; border: 1px solid #ccc;}
.inp-st1::placeholder {font-family:'Pretendard',sans-serif;}

/* textarea */
textarea.inp-st1 {height: 150px; line-height: normal; padding: 12px; resize: none;}

/* Select */
select.inp-st1::-ms-expand {display: none;}
select.inp-st1 {-o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 120px; background: url(../img/common/select-arrow.png)right center no-repeat #fff;}

/* 게시판 검색창 */
.search-inp {position: relative;}
.search-inp .search-btn {position: absolute; top: 50%; right: 15px; width: 20px; height: 20px; font-size: 0; background: url(../img/common/search-ico1.png)center center no-repeat transparent; transform: translateY(-50%);}

@media only screen and (max-width: 767px) {
	.inp-st1 {height: 38px;}
}

/********** category **********/
.cate1 {display: inline-block; min-width: 62px; height: 30px; line-height: 30px; padding: 0 12px; font-weight: 600; font-size: 1.5rem; text-align: center; border-radius: 50px;}
.cate2 {display: inline-block; width: 20px; height: 20px; line-height: 20px; margin-right: 5px; font-weight: 600; font-size: 13px; color: #fff; text-align: center; border-radius: 3px;}
@media only screen and (max-width: 1023px) {
	.cate1 {height: 28px; line-height: 28px;}
	.cate2 {width: 15px; height: 15px; line-height: 15px; margin-right: 3px; font-size: 9px;}
}


/********** 텍스트 ...처리 **********/
.txt-over1 {display: -webkit-box; display: -ms-flexbox; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1;} /* 1줄 */
.txt-over2 {display: -webkit-box; display: -ms-flexbox; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2;} /* 2줄 */
.txt-over3 {display: -webkit-box; display: -ms-flexbox; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3;} /* 3줄 */

/********** 텍스트 정렬 **********/
.text-lf {text-align: left;}
.text-ce {text-align: center;}
.text-rg {text-align: right;}

/********** font-weight **********/
.fc-300 {font-weight: 300;}
.fc-400 {font-weight: 400;}
.fc-500 {font-weight: 500;}
.fc-600 {font-weight: 600;}
.fc-700 {font-weight: 700;}

/********** flex **********/
.flex {display: flex;}
.flex-shrink {flex-shrink: 0;}
.flex-gw {flex-grow: 1;}

/*** 메인축 방향 정렬 ***/
.flex-fs {justify-content: flex-start;}
.flex-end {justify-content: flex-end;}
.flex-c {justify-content: center;}
.flex-sbn {justify-content: space-between;}
.flex-sard {justify-content: space-around;}
.flex-sely {justify-content: space-evenly;}

/*** 수직축 방향 정렬 ***/
.flex-aist {align-items:stretch;}
.flex-aifs {align-items:flex-start;}
.flex-aife {align-items:flex-end;}
.flex-aic {align-items:center;}
.flex-aibl {align-items:baseline;}

.gap5 {gap: 5px;}
.gap10 {gap: 10px;}
.gap15 {gap: 15px;}

/********** width **********/
.wh100p {width: 100%;}
.wh90p {width: 90%;}
.wh80p {width: 80%;}
.wh70p {width: 70%;}
.wh60p {width: 60%;}
.wh50p {width: 50%;}
.wh40p {width: 40%;}
.wh30p {width: 30%;}
.wh20p {width: 20%;}
.wh10p {width: 10%;}
.wh5p {width: 5%;}

/********** margin **********/
.mg0 {margin:0;}
/*** margin_top ***/
.mt-33 {margin-top:-33px;}
.mt0 {margin-top:0;}
.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
/*** margin_bottom ***/
.mb0 {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}
/*** margin_left ***/
.ml0 {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}
.ml85 {margin-left:85px;}
.ml90 {margin-left:90px;}
.ml95 {margin-left:95px;}
.ml100 {margin-left:100px;}
/*** margin_right ***/
.mr0 {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}
.mr55 {margin-right:55px;}
.mr60 {margin-right:60px;}
.mr65 {margin-right:65px;}
.mr70 {margin-right:70px;}
.mr75 {margin-right:75px;}
.mr80 {margin-right:80px;}
.mr85 {margin-right:85px;}
.mr90 {margin-right:90px;}
.mr95 {margin-right:95px;}
.mr100 {margin-right:100px;}

@media only screen and (max-width: 560px) {
	.mt60 {margin-top: 30px;}
}

/******************** padding ********************/
.pd0 {padding:0;}
/*** padding_top ***/
.pt0 {padding-top:0;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}
.pt55 {padding-top:55px;}
.pt60 {padding-top:60px;}
.pt65 {padding-top:65px;}
.pt70 {padding-top:70px;}
.pt75 {padding-top:75px;}
.pt80 {padding-top:80px;}
.pt85 {padding-top:85px;}
.pt90 {padding-top:90px;}
.pt95 {padding-top:95px;}
.pt100 {padding-top:100px;}
/*** padding_bottom ***/
.pb0 {padding-bottom:0;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}
.pb55 {padding-bottom:55px;}
.pb60 {padding-bottom:60px;}
.pb65 {padding-bottom:65px;}
.pb70 {padding-bottom:70px;}
.pb75 {padding-bottom:75px;}
.pb80 {padding-bottom:80px;}
.pb85 {padding-bottom:85px;}
.pb90 {padding-bottom:90px;}
.pb95 {padding-bottom:95px;}
.pb100 {padding-bottom:100px;}
/*** padding_left ***/
.pl0 {padding-left:0;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl17 {padding-left:17px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl40 {padding-left:40px;}
.pl45 {padding-left:45px;}
.pl50 {padding-left:50px;}
.pl55 {padding-left:55px;}
.pl60 {padding-left:60px;}
.pl65 {padding-left:65px;}
.pl70 {padding-left:70px;}
.pl75 {padding-left:75px;}
.pl80 {padding-left:80px;}
.pl85 {padding-left:85px;}
.pl90 {padding-left:90px;}
.pl95 {padding-left:95px;}
.pl100 {padding-left:100px;}
/*** padding_right ***/
.pr0 {padding-right:0;}
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr17 {padding-right:17px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}
.pr45 {padding-right:45px;}
.pr50 {padding-right:50px;}
.pr55 {padding-right:55px;}
.pr60 {padding-right:60px;}
.pr65 {padding-right:65px;}
.pr70 {padding-right:70px;}
.pr75 {padding-right:75px;}
.pr80 {padding-right:80px;}
.pr85 {padding-right:85px;}
.pr90 {padding-right:90px;}
.pr95 {padding-right:95px;}
.pr100 {padding-right:100px;}


